achievement_available()
Boolean(布尔值)
This function will return true if the user is currently connected to the internet and the chosen leaderboard and achievement system is available, otherwise it will return false.
if achievement_available() achievement_post("ach_Level1", 100);
The above code will check that the leaderboard service is available and if so, post to it.